- Added the --libcurl [file] option to curl. Append this option to any ordinary curl command line, and you will get a libcurl-using source code written to the file that does the equivalent operation of what your command line operation does! 
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6edc169..b051279 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES 
@@ -2,7 +2,7 @@    Public curl release number: 97  Releases counted from the very beginning: 124 - Available command line options: 114 + Available command line options: 115  Available curl_easy_setopt() options: 137  Number of public functions in libcurl: 54  Amount of public web site mirrors: 39 @@ -15,6 +15,7 @@  o CURLOPT_CLOSEPOLICY is now deprecated  o --ftp-ssl-ccc and CURLOPT_FTP_SSL_CCC were added  o HTTP support for non-ASCII platforms + o --libcurl was added    This release includes the following bugfixes: